Changeset 30 for cpp/f8-to-f1/geno_f8.h
- Timestamp:
- 08/24/09 23:00:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/geno_f8.h
r6 r30 35 35 #define F8_ADD_LOOP 12 36 36 #define F8_DELETE_LOOP 13 37 #define F8_OPERATION_COUNT 14 37 #define F8_DELETE_PRODUCTION 14 38 #define F8_OPERATION_COUNT 15 38 39 39 40 class ProductionInfo { … … 83 84 //SString mutateInsertReplaceCommand(SString &in, float& chg, bool replace); 84 85 SString mutateEncapsulate(SString &in, float& chg); 86 SString mutateDeleteProduction(SString &in, float& chg); 85 87 SString mutateChangeConditionSign(SString &in, float& chg); 86 88 SString mutateAddParameter(SString &in, float& chg);
Note: See TracChangeset
for help on using the changeset viewer.